home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / sputls.zip / MORMOUSE.DOC < prev    next >
Text File  |  1991-01-06  |  1KB  |  51 lines

  1. More Mouse  version 1.0 (C) SPETER SOFTWARE,   January 1991.
  2.  
  3. This program is similar to the DOS "more" command, except this program waits 
  4. for a mouse-button press INSTEAD of a key-press:  the program ignores key-
  5. presses.
  6.  
  7. The program was written in Borland's Turbo Pascal 5.5
  8.  
  9. Usage:
  10. ------
  11. 1:   MORMOUSE /h
  12.  
  13.         Output a help screen.
  14.  
  15. 2:   MORMOUSE [/c] [NumLines]
  16.  
  17.         Display text (read from "standard input"), stopping after 24 lines,
  18.         wait for a mouse-button press, then continue.
  19.           /c        (optional)  clear the screen first, then display the text;
  20.           NumLines  (optional)  sets the number of lines per page (the utility
  21.                                 waits for a button press after every 
  22.                                 "NumLines-1" lines).
  23.  
  24. Examples:
  25. ---------
  26. 1:   find "smith"  < names.txt | mormouse
  27.  
  28. The output of the FIND command - the lines in "names.txt" containing the string
  29. "smith" - are piped to MORMOUSE which displays the text one page at a time.
  30.  
  31. 2:   mormouse /c < names.txt
  32.  
  33. The screen is cleared, then the contents of "names.txt" is displayed, one page
  34. at a time.
  35.  
  36. Correspondence:
  37. ---------------
  38.     Please address any comments to:
  39.  
  40.         Stephen Peter
  41.  
  42.    INTERNET:
  43.         steve@cad0.arch.unsw.oz.au
  44.  
  45.     POST:
  46.         SPETER SOFTWARE
  47.         P.O. BOX 643
  48.         LANE COVE
  49.         NSW  2066
  50.         AUSTRALIA
  51.